@charset "utf-8";
a{text-decoration:none; color:#333333;}
a:hover{color:#bd1a2d;}
input::-webkit-input-placeholder{color: #cccccc;}
.mb{margin-bottom: 30px;}
/*layout*/
.container{ width:960px; margin-left: auto; margin-right: auto; clear:both;padding: 20px;background: #fff;}
.common-row:after, .common-row:before {content: '';	display: block;	clear: both;}
.common-row{margin:0 -20px;}
.common-row>*{float: left;}
.common-row .grid{padding:0 20px;}
.common-col-2{width: 16.6666666667%;}
.common-col-3{width: 25%;}
.common-col-4{width: 33.3333333333%;}
.common-col-5{width: 41.6666666667%;}
.common-col-6{width: 50%;}
.common-col-8{width: 66.6666666667%;}
.common-col-10{width: 83.333333333%;}
.common-row.space50{margin:0 -25px;}
.common-row.space50 .grid{padding:0 25px;}
.innerBox{position: relative; zoom: 1; background-color: #fff;}
.bg-gradient-gray{background: url(../images/bg_gradient_gray.gif) repeat-x center top #fff;}


/* tab */
.tab-brief > .hd{position: relative;}
.tab-brief > .hd ul{float: left;}
.tab-brief > .hd li{float:left; position: relative; color: #666666; padding-bottom: 18px; font-size: 1.625em; font-weight: bold;}
.tab-brief > .hd li + li{margin-left: 30px;}
.tab-brief > .hd li a{color: #333;}

.tab-brief > .hd li.on{color: #939393; font-weight: bold;}
.tab-brief > .hd li.on a{color: #bd1a2d;}
.tab-brief.line > .hd{border-bottom:#dcdcdc 2px solid;}
.tab-brief > .hd li:after{content: ''; position: absolute; left: 0; width: 0; height: 3px; bottom:-2px; background: #bd1a2d; transition: .3s all;}
.tab-brief > .hd li.on:after{width: 100%; max-width: 115px;}
.tab-brief .more{float: right; line-height: 34px; padding-top: 2px;}
.tab-brief .more a{color: #999999;}
.tab-brief .more a:hover{color: #000;}
.tab-brief > .bd > .item > .newsList{margin-top: 15px;}
.tab-brief.mount > .hd{background: url(../images/tab_mountains.png) no-repeat right bottom;}

.m-common-more{clear: both; margin-top:15px; text-align:center; line-height:40px; background-color:#f5f5f5; border-radius:5px; display: none;}
.m-common-more a{color:#666;}
.m-common-more a:hover{color: #333;}
.m-common-more.bg-white{background: #fff;}
.js-tab .more a + a{display: none;}
.js-tab > .bd > * + * {display: none;}


/* newsList */
.newsList{clear: both;}
.newsList li h4{position:relative; padding:10px 0; font-size: 1em; font-weight: normal; line-height:30px; overflow:hidden; vertical-align:top;}
.newsList li .time{position:absolute; right:0; top: 50%; margin-top: -13px; color:#999999;}
.newsList li a{float:left; font-size: 1.125em; max-width:100%; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;}
.newsList li a br{display: none;}
.newsList.MM-dd li h4{padding-right:60px;}
.newsList.yyyy-MM-dd li h4{padding-right:100px;}
.newsList.twoCol li{float: left; width: 50%;}
.newsList.twoCol{margin: 0 -20px;}
.newsList.twoCol li h4{margin: 0 20px;}
.newsList.dot li h4{padding-left: 25px;}
.newsList.dot li h4:before{content:''; position:absolute; left:0; top: 50%; margin-top: -4px; width: 9px; height: 9px; background: #dcdcdc; border-radius: 50%;}
.newsList.line li{border-bottom: 1px solid #e1e5eb;}
.newsList.line li h4{padding-top: 21px; padding-bottom: 21px;}
.newsList.line li:last-child{border-bottom: 0;}
.newsList.dot li:hover a, .newsList.dot li:hover span{color: #bd1a2d;}
.newsList.dot li:hover h4:before{background: #bd1a2d;}


/* 单行省略号 */
.elli-s{display: block; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden; max-width: 100%;}
/* 多行省略号 */
.elli-m{display: -webkit-box; overflow: hidden; white-space: normal; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: break-all;}

.transition a{-webkit-transition: 300ms; -moz-transition: 300ms; -o-transition: 300ms; transition: 300ms;}
.hasTransition{-webkit-transition: 300ms; -moz-transition: 300ms; -o-transition: 300ms; transition: 300ms;}
.imgScale a img{
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition-duration: 4s;
	transition-duration: 4s;
	-webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.imgScale a:hover img{
	-moz-transform:scale3d(1.1, 1.1, 1);
	-ms-transform:scale3d(1.1, 1.1, 1);
	-o-transform:scale3d(1.1, 1.1, 1);
	-webkit-transform:scale3d(1.1, 1.1, 1);
	transform:scale3d(1.1, 1.1, 1);
}

/* carousel */
.common-carousel-tpxw {position: relative; overflow: hidden;}
.common-carousel-tpxw .item a{display: block;}
.common-carousel-tpxw .item  img{display: block; width: 100%; height: 100%;}
.common-carousel-tpxw h4{position: absolute; left: 0; right: 0; bottom: 0; padding: 0 120px 0 20px; font-size: 1.125em; font-weight: normal; height: 60px; line-height: 60px; background: rgba(0,0,0,.67);}
.common-carousel-tpxw h4{color: #fff;}
.common-carousel-tpxw .owl-dots {position: absolute; bottom: 24px; right: 20px; z-index: 99;}
.common-carousel-tpxw .owl-dot,
.common-carousel-hf .owl-dot{float: left; width: 12px; height: 12px; margin-left:8px; background-color: #fff; transition: .3s all; cursor: pointer; border-radius: 50%;}
.common-carousel-tpxw .owl-dot.active,
.common-carousel-hf .owl-dot.active{opacity: 1; background: #bd1a2d;}

.common-carousel-hf{position:relative; overflow:hidden;}
.common-carousel-hf .owl-dots{position:absolute; bottom:15px; right:15px; z-index:99;}

.ztzl-carousel-dot .item{overflow: hidden;}
.ztzl-carousel-dot .item img{display: block; width: 100%; height: 140px;}
.ztzl-carousel-dot .owl-dots{text-align: center; padding-top: 20px;}
.ztzl-carousel-dot .owl-dot{display: inline-block; width: 56px; height: 6px; border-radius: 4px; background: #B3B3B3; margin: 0 8px; cursor: pointer; transition: .2s all;}
.ztzl-carousel-dot .owl-dot.active{background: #bd1a2d;}

/* crumb */
.crumb h2{padding: 0px 0px 20px 0px; line-height: 24px; font-size:1em; font-weight: normal; color: #999999;}
.crumb a{color: #999999;}
.crumb a:hover{color: #333;}
.crumb span{color: #333;}

/*pagediv*//*********************分页*********************/
.pagediv input::-webkit-inner-spin-button,
.pagediv input::-webkit-outer-spin-button{ -webkit-appearance: none}
.pagediv input[type=number]{ -moz-appearance: textfield}
.pagediv{ text-align: center;padding: 25px 0;font-size: 12px;line-height: 28px; display: none;}
.pagediv a,.pagediv span{ display: inline-block;margin: 0 3px;border-radius: 3px;background: linear-gradient(#fff 10%,#f1f1f1);border: 1px #b2b2b2 solid;text-align: center;padding: 0 10px}
.pagediv .pagediv_jump{ background: 0 0;border: none}
.pagediv .current,.pagediv .zxfokbtn:hover,.pagediv a:hover{ background: #2583d6;border-color: #2583d6;color: #fff;text-decoration: none;cursor: pointer}
.pagediv .zxfinput{ width: 40px;height: 30px;margin: 0 2px;color: #888;text-align: center;border: #dfdfdf 1px solid;border-radius: 3px;background: #fff}
.pagediv .disabled{background: #f5f5f5; color: #999;}
.pagediv.blue .current,.pagediv.blue .zxfokbtn:hover,.pagediv.blue a:hover{ background: #08569f;border-color: #08569f;}

/* 外链跳转提示框 */
.alert-mengban{position: fixed;top: 0px;left: 0px;z-index: 1000;background:rgba(0,0,0,0.7); filter: alpha(opacity=80) !important;width: 100%;height: 100%;display: none;}
.alert-warning{position: fixed; top: 50%; left: 50%; margin-left:-300px; margin-top: -160px; width: 600px; height: 270px;background:#fff;z-index: 10001;display: none; border:2px solid;border-radius:10px;}
.alert-delete{width: 100%;height: 38px;position: relative;}
.alert-delete span{position: absolute; top:10px; right: 10px; width: 20px; height: 20px; line-height: 20px; color:#fff; text-align: center; background: #bebebe; cursor:pointer;}
.alert-delete span:hover{background: #929292;}
.alert-wzsm{width: 520px;height: 100px;margin: 15px auto 0; line-height: 1.4em;font-size: 1.5em;color: #000;text-align: center; padding-bottom: 1em;border-bottom: 1px solid #d4d4d4;}
.alert-footer{width: 100%; padding: 25px 0; text-align: center; color: #000;}
.alert-footer span{cursor: pointer; display: inline-block; margin: 0 12px; font-size: 1.125em;}
.alert-warning .continue{width: 124px; height: 42px; color: #fff; background-color: #347bd7; border-radius:25px; -webkit-border-radius:25px; text-align: center; line-height: 42px;/* border:#e1e1e1 1px solid; box-shadow: 0 0 10px rgba(0,0,0,0.2) inset; -webikt-box-shadow: 0 0 10px rgba(0,0,0,0.2) inset;*/}
.alert-warning .fangqi{line-height: 42px;  color: #347bd7;}



/*info-list*/
.info-list{position: relative; overflow: hidden;}
.info-list li{float: left; position: relative; width: 100%; padding-top: .4525em; padding-bottom: .4525em; overflow: hidden;}
.info-list li h4{position: relative; z-index: 2; padding-left: 1.125em; font-weight: normal; font-size: 1em; overflow: hidden;}
.info-list li h4 a{float: left; line-height: 1.6em; max-width: 100%; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;}
.info-list li h4 a:before{position: absolute; top: -2px; left: 2px; content: ""; margin-top: .8em; width: 4px; height: 4px; background-color: #d7d7d7; background-repeat: no-repeat; border-radius: 50%;}
.info-list li h4 a:hover:before{background-color: #1a74ca;}
.info-list li h4 a em{font-style: normal;}
.info-list li h4 a em.ing{color: #c00;}
.info-list li h4 span{position: absolute; z-index: 10; top: 50%; margin-top: -.8em; line-height: 1.6em; white-space: nowrap;}
.info-list li h4 .time{right: 0; color: #999;}
.info-list li br{display: none;}
.info-list.hadline li{padding-top: 1.125em; padding-bottom: 1.125em; border-bottom: none !important;}
.info-list.hadline li:before{position: absolute; bottom: 0; left: 0; width: 100%; content: ""; border-top: 1px solid #ededed;}
.info-list.hadline.dashed li:before{border-top: 1px dashed #cccccc;}

.info-list.nobefore li h4{padding-left: 0;}
.info-list.nobefore li h4 a:before{content: normal;}
.info-list.yyyy-MM-dd li h4{padding-right: 6em;}
.info-list.MM-dd li h4{padding-right: 70px;}
.info-list.res li h4{padding-left: 110px;}
.info-list.res li h4 .status{position: absolute; left: 30px; top: -11px; width: 62px; height: 24px; margin-top: 12px; font-size: .875em; color: #fff; line-height: 24px; background-color: #65a2e9; border-radius: .25em; text-align: center;}
.info-list.res li h4 a{line-height: 26px;}
.info-list.res li h4 a:before{top: -4px; width: 12px; height: 8px; margin-top: 13px; line-height: 26px; background-image: url(../images/hdjl/bullet2.jpg); border-radius: 0;}




/*header*/
.header {position: relative;}
.header-toolbar{position: absolute; top: 15px; right: 0;}
.header-toolbar a{float: left; margin-left: 10px; color: #fff; font-size: 1.125em; padding: .4em 1em; background: rgba(0,0,0,.5); border-radius: 5px;}
.header-toolbar span {float: left; margin-left: 10px; color: #fff; font-size: 1.125em; padding: .4em 1em;border: 1px solid #18a32c;border-radius: 20px;}
.header-logo{position:absolute; top: 47px; left: 20px;}
/*.header-toolbar a.green{background: #18a32c;}
.header-toolbar a.red{background: #ff0000;}*/